home *** CD-ROM | disk | FTP | other *** search
/ How to Get Online 1996 Spring / HOW2GON.ISO / mac / Desktop Folder / How To Get Online / SERVERS / CGI / examples / protest.sql < prev    next >
Encoding:
Text File  |  1996-03-01  |  520 b   |  1 lines  |  [TEXT/ttxt]

  1. <TITLE>Progress DBWEB Test</TITLE><sql init>DLC=/home1/progress/7.2D/dlcSTARTUP=-NL -esqlnopad</sql><sql connect conn1>CONNSTR=-1 -RO /home/troy/src/dbweb/demo.db -ld demo</sql><sql format>%[!9:<H1>%9d</H1>%]%[!7,9:<H2>%7d</H2>%]%[!6,7,9:<H3>%6d</H3>%]%[!6,7,8,9:<H4>%8d</H4>%]%1d - %2d<BR>%3d<BR>%4d<BR>%5d<BR><P></sql><sql query conn1>select    Contact,    Phone,    Name,    Address,    Address2,    City,    State,    Postal-Code,    Countryfrom    customerorder by    Country,    State,    City,    Postal-Code</sql><sql disconnect conn1>DATABASE=demo</sql>